Entensity.net

This is a little script to allow comments on a page.

Instructions:

1)Upload comments.php to the folder you want.
2)CHMOD that folder to 777. If you get errors try CHMODing all files to 777.
3)To include the comments on a page do something similar to this:

<?php
include("/path/to_your_site/public_html/comment.php");
?>

That's it.